home *** CD-ROM | disk | FTP | other *** search
/ Aminet 24 / Aminet 24 (1998)(GTI - Schatztruhe)[!][Apr 1998].iso / Aminet / comm / tcp / trace.lha / Trace.readme < prev   
Text File  |  1998-02-07  |  2KB  |  35 lines

  1. Short:    Trace script for AmIRC and Miami
  2. Author:   robin@robinc.demon.co.uk
  3. Uploader: robin@robinc.demon.co.uk
  4. Type:     comm/tcp
  5. Requires: AmIRC, Miami, and rexxdossupport
  6. Version:  1.2
  7.  
  8. Installation:
  9. Copy trace.amirc to amirc/rexx
  10. Add an alias ("Settings/Lists.../Alias") - "trace /rx trace %p"
  11.  
  12. Usage:
  13. TEMPLATE="URL,SERVER/S,QUIET/S,SAY/S,SHOW/K"
  14. URL      - Either a nick, or a url
  15. SERVER/S - Used to trace the server you are using (Switch)
  16. QUIET/S  - Not really useful, but strips the timing information...
  17. SAY/S    - Output result in channel (Used as a switch)
  18. SHOW/K   - The nick of someone to show the results to...
  19.  
  20. Examples:   (Remember that all routes are *from* you)
  21. /trace robinc                    - shows you route to robinc
  22. «Trace» Tracing robinc.demon.co.uk
  23. «Trace» 1  finch-205.access.demon.net (194.159.253.205)  159.074 ms  147.764 ms  146.638 ms
  24. «Trace» 2  ermin-access.router.demon.net (194.159.253.98)  137.986 ms  136.582 ms  129.95 ms
  25. «Trace» 3  trude-de0.router.demon.net (158.152.0.2)  139.873 ms  136.565 ms  137.125 ms
  26. «Trace» 4  telehouse-2.router.demon.net (194.159.252.52)  140.133 ms  139.606 ms  127.156 ms
  27. «Trace» 5  tele-12.access.demon.net (194.159.254.12)  144.374 ms  137.47 ms  151.997 ms
  28. «Trace» 6  robinc (158.152.105.44)  346.639 ms  342.808 ms  384.76 ms
  29. «Trace» End of trace
  30.  
  31. /trace robinc.demon.co.uk        - shows you route robinc.demon.co.uk
  32. /trace server                    - shows you route to your irc server
  33. /trace robinc say                - shows channel route to robinc
  34. /trace robinc show robinc        - shows robinc route to robinc
  35.